home *** CD-ROM | disk | FTP | other *** search
/ Dynamic HTML Construction Kit / Dynamic HTML Construction Kit.iso / source_code / tydhtml / dyn.exe / CHAP08 / dyn8_4.txt < prev    next >
Encoding:
Text File  |  1997-10-02  |  4.3 KB  |  105 lines

  1. <HTML>
  2.  
  3. <HEAD>
  4.  
  5. <TITLE>A Giant Squid Is One Type Of Squid</TITLE>
  6.  
  7. </HEAD>
  8.  
  9. <BODY BACKGROUND="water.jpg" TEXT=#FFFFFF LINK=FFFF22 VLINK=FF22FF>
  10.  
  11. <STYLE>
  12.  
  13. .yellowPlain  {color:rgb(255,255,0);
  14.  
  15.               font-size:10pt;
  16.  
  17.               font-style:italic}
  18.  
  19. .yellowSmall  {color:rgb(255,255,0);
  20.  
  21.               font-size:2pt;
  22.  
  23.               font-style:normal}
  24.  
  25. .whitePlain  {color:rgb(250,250,250);
  26.  
  27.               font-style:normal;
  28.  
  29.               font-size:12pt;}
  30.  
  31. </STYLE>
  32.  
  33. <IMG SRC="giant.gif" WIDTH=128 ALIGN=RIGHT>
  34.  
  35. <H2>So, What is a Squid?</H2>
  36.  
  37. <TABLE BORDER=1>
  38.  
  39. <TR>
  40.  
  41. <TD WIDTH=200>
  42.  
  43. <P ID=T1 CLASS="yellowPlain" onclick="yellowP();">Cephalopoda
  44.  
  45. <P ID=T2 CLASS="yellowPlain" onclick="yellowP();">Coleoidea
  46.  
  47. <P ID=T3 CLASS="yellowPlain" onclick="yellowP();">Characteristics
  48.  
  49. <P ID=T4 CLASS="yellowPlain" onclick="yellowP();">Propogation
  50.  
  51. <P ID=T5 CLASS="yellowPlain" onclick="yellowP();">Food
  52.  
  53. <P ID=T6 CLASS="yellowPlain" onclick="yellowP();">Geography
  54.  
  55. </TD>
  56.  
  57. <TD WIDTH=400>
  58.  
  59. <P ID=PG1 CLASS="yellowSmall">
  60.  
  61. The Cephalopoda is an ancient and very successful group of the Mollusca. 
  62.  
  63. They have been among the dominant large predators in the ocean at various 
  64.  
  65. times in geological history. Two groups of cephalopods exist today: The 
  66.  
  67. extant Nautiloidea, containing the pearly nautiluses which are phylogenetic 
  68.  
  69. relicts, are represented by only a few species, and the Coleoida.
  70.  
  71. <P ID=PG2 CLASS="yellowSmall">
  72.  
  73. The Coleoida group contains the squids, cuttlefishes, octopods and vampire 
  74.  
  75. squids which are represented by about 700 species. Cephalopods are the most 
  76.  
  77. active of the mollusks and some squids rival fishes in their swimming speed. 
  78.  
  79. Although there are only about 700 species of living cephalopods, they occupy 
  80.  
  81. a great variety of habitats in all of the world's oceans. Individual species 
  82.  
  83. are often very abundant and provide major targets for marine fisheries.
  84.  
  85. <DIV ID=PG3 CLASS="yellowSmall">
  86.  
  87. Coleoida Characteristics
  88.  
  89. <OL>
  90.  
  91. <LI>A funnel derived from the molluscan foot.
  92.  
  93. <LI>Circumoral arms that are probably derived from the molluscan head.
  94.  
  95. <LI>Chitinous beaks.
  96.  
  97. <LI>Shell bearing a phragmacone and siphuncle 
  98.  
  99. (lost in most Recent cephalopods).
  100.  
  101. <LI>Image-forming eyes.
  102.  
  103. </OL></DIV>
  104.  
  105. <P ID=PG4 CLASS="yellowSmall">All squid move through the ocean using a jet 
  106.  
  107. of water forced out of the body 
  108.  
  109. by a siphon. Many squid prefer to move about in very deep water where the water
  110.  
  111. temperature is colder. Recent studies indicate the blood of deep water squids 
  112.  
  113. does not carry oxygen very well at higher temperatures. Those squid will 
  114.  
  115. actually suffocate in warm water. There are as well warm water squid that swim 
  116.  
  117. closer to the surface. Warm water squid are migratory because water temperature 
  118.  
  119. changes more dramatically nearer to the surface.
  120.  
  121. <P ID=PG5 CLASS="yellowSmall">Squid are especially carnivorous. 
  122.  
  123. They eat fish, other squid, and, in the case 
  124.  
  125. of the largest species, whales.
  126.  
  127. <P ID=PG6 CLASS="yellowSmall">Different species of squid are seen in the seas 
  128.  
  129. of the entire world. 
  130.  
  131. They have evolved to take advantage of many different environmental 
  132.  
  133. conditions. Their geography is more interesting at the species specific level.
  134.  
  135. </TD>
  136.  
  137. </TR>
  138.  
  139. </TABLE>
  140.  
  141. Click on a word in the left column to learn more about squid on the right!
  142.  
  143. <SCRIPT LANGUAGE=JavaScript>
  144.  
  145. var source
  146.  
  147. function yellowP() {
  148.  
  149.    source = window.event.srcElement;
  150.  
  151.    T1.className="yellowPlain";
  152.  
  153.    T2.className="yellowPlain";
  154.  
  155.    T3.className="yellowPlain";
  156.  
  157.    T4.className="yellowPlain";
  158.  
  159.    T5.className="yellowPlain";
  160.  
  161.    T6.className="yellowPlain";
  162.  
  163.    PG1.className="yellowSmall";
  164.  
  165.    PG2.className="yellowSmall";
  166.  
  167.    PG3.className="yellowSmall";
  168.  
  169.    PG4.className="yellowSmall";
  170.  
  171.    PG5.className="yellowSmall";
  172.  
  173.    PG6.className="yellowSmall";
  174.  
  175.    source.className="whitePlain";
  176.  
  177.    if (T1.className=="whitePlain")
  178.  
  179.        PG1.className="whitePlain";
  180.  
  181.    if (T2.className=="whitePlain")
  182.  
  183.        PG2.className="whitePlain";
  184.  
  185.    if (T3.className=="whitePlain")
  186.  
  187.        PG3.className="whitePlain";
  188.  
  189.    if (T4.className=="whitePlain")
  190.  
  191.        PG4.className="whitePlain";
  192.  
  193.    if (T5.className=="whitePlain")
  194.  
  195.        PG5.className="whitePlain";
  196.  
  197.    if (T6.className=="whitePlain")
  198.  
  199.        PG6.className="whitePlain";
  200.  
  201. }
  202.  
  203. </SCRIPT>
  204.  
  205. </BODY>
  206.  
  207. </HTML>
  208.  
  209.